home *** CD-ROM | disk | FTP | other *** search
Delphi Package | 2002-01-02 | 1.0 KB | 58 lines |
- package GmPrintSuite_D3;
-
- {$R *.RES}
- {$R 'GmGridPrint.dcr'}
- {$R 'GmMultipageImage.dcr'}
- {$R 'GmOrientationImage.dcr'}
- {$R 'GmPreview.dcr'}
- {$R 'GmPrinterList.dcr'}
- {$R 'GmRtfPreview.dcr'}
- {$R 'GmThumbnails.dcr'}
- {$R 'GmTreeViewPrint.dcr'}
- {$ALIGN ON}
- {$ASSERTIONS ON}
- {$BOOLEVAL OFF}
- {$DEBUGINFO ON}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$IOCHECKS ON}
- {$LOCALSYMBOLS ON}
- {$LONGSTRINGS ON}
- {$OPENSTRINGS ON}
- {$OPTIMIZATION ON}
- {$OVERFLOWCHECKS OFF}
- {$RANGECHECKS OFF}
- {$REFERENCEINFO OFF}
- {$SAFEDIVIDE OFF}
- {$STACKFRAMES OFF}
- {$TYPEDADDRESS OFF}
- {$VARSTRINGCHECKS ON}
- {$WRITEABLECONST ON}
- {$MINENUMSIZE 1}
- {$IMAGEBASE $00400000}
- {$DESCRIPTION 'GmPrintSuite Printing Components'}
- {$DESIGNONLY}
- {$IMPLICITBUILD ON}
-
- requires
- vcl30;
-
- contains
- GmTypes,
- GmErrors,
- GmGridPrint,
- GmLegacy,
- GmMultipageImage,
- GmObjects,
- GmOrientationImage,
- GmPreview,
- GmPrinterList,
- GmRegister,
- GmRtfPreview,
- GmStream,
- GmThumbnails,
- GmTreeViewPrint,
- GmConst;
-
- end.
-